home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / nwfhc11 / demo.bat < prev    next >
DOS Batch File  |  1996-07-10  |  318b  |  13 lines

  1. echo off
  2. REM
  3. REM Does this computer have 50 or more files handles?
  4. REM
  5. nw_fhcnt /NOLOGO /NOINFO /NOERRLVL
  6. if errorlevel 50 goto YES
  7. echo Error: You do not have enough filehandles!
  8. echo        Please change the CONFIG.SYS line to FILES=50!
  9. goto BR1
  10. :YES
  11. echo You have 50 or more file handles.  Great! 
  12. :BR1
  13.